home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Rexx / NewCli.rexx < prev    next >
OS/2 REXX Batch file  |  2000-05-08  |  200b  |  13 lines

  1. /*
  2. ** Oeffnet ein CLI-Window auf dem Picture Manager Screen PMPro.1
  3. **
  4. ** (c) 1995 J. Schaefer
  5. */
  6. ADDRESS COMMAND
  7. com = "CON:100/150/400/100/PicManager_CLI/Close/ScreenPMPro.1"
  8. "newshell" com
  9. EXIT
  10.  
  11.  
  12.  
  13.